PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFRawImage Class / PDFRawImage Constructor / PDFRawImage Constructor(Stream,boolean)
Raw image stream.
Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
In This Topic
    PDFRawImage Constructor(Stream,boolean)
    In This Topic
    Initializes a new PDFRawImage object.
    Syntax
    public PDFRawImage( 
       Stream stream,
       boolean compress
    )

    Parameters

    stream
    Raw image stream.
    compress
    Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
    See Also